Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable use of SelectClauseVisitor for subqueries #3414

Merged
merged 4 commits into from
Aug 22, 2023

Conversation

gliljas
Copy link
Member

@gliljas gliljas commented Aug 18, 2023

Regression caused by #3271.

Select clause rewriting is needed for subqueries, since they may (quite often) use projections with "new".

Relaxing the SelectClauseNominator for subqueries is a potential solution. There shouldn't be a resulting ProjectionExpression, but it works.

@bahusoid bahusoid changed the base branch from master to 5.4.x August 18, 2023 14:46
bahusoid
bahusoid previously approved these changes Aug 18, 2023
@bahusoid bahusoid dismissed their stale review August 19, 2023 06:55

breaking change

@fredericDelaporte fredericDelaporte merged commit a842cbe into nhibernate:5.4.x Aug 22, 2023
8 checks passed
@fredericDelaporte
Copy link
Member

A dev package should become available in a few hours, if you wish to check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants